com.highdeal.rangetable.hci
Class RangeTableRevisionModel

java.lang.Object
  extended by com.highdeal.rangetable.hci.CommonRangeTableRevisionModel
      extended by com.highdeal.rangetable.hci.RangeTableRevisionModel
All Implemented Interfaces:
IXMLMarshallable, XMLMapping, XMLMarshallable

public class RangeTableRevisionModel
extends CommonRangeTableRevisionModel

This Java class represents a revision of a range table; You use this data model in the Create Range Table operation and in the modify operation.

It contains rows with the upper bound and output column filled.

Related Operations

See Also:
CreateRangeTableOp, ModifyRangeTableOp

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

<xs:complexType name="RangeTableRevisionType">
   <xs:complexContent>
     <xs:extension base="CommonRangeTableRevisionType" />
   </xs:complexContent>
 </xs:complexType>


Constructor Summary
RangeTableRevisionModel()
           
 
Method Summary
 
Methods inherited from class com.highdeal.rangetable.hci.CommonRangeTableRevisionModel
addCharacterData, addChild, getAdditionalInfoList, getClass, getDescription, getId, getRangeTableClassId, getRangeTableRowList, marshal, marshalAttributes, marshalChildren, setAttributes, setDescription, setId, setRangeTableClassId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RangeTableRevisionModel

public RangeTableRevisionModel()

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)